Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / AsReadOnly Method

In This Topic
    AsReadOnly Method (StructList<T>)
    In This Topic
    Returns a read-only ReadOnlyStructList<T> wrapper for the current StructList<T>.
    Syntax
    'Declaration
     
    Public Function AsReadOnly() As ReadOnlyStructList(Of T)
    public ReadOnlyStructList<T> AsReadOnly()

    Return Value

    A ReadOnlyStructList<T> that acts as a read-only wrapper around the current StructList<T>.
    See Also